home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / ROM_Kernel_Manuals / Includes / clib / potgo_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-27  |  530 b   |  21 lines

  1. #ifndef  CLIB_POTGO_PROTOS_H
  2. #define  CLIB_POTGO_PROTOS_H
  3. /*
  4. **    $Filename: clib/potgo_protos.h $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 36.3 $
  7. **    $Date: 90/11/07 $
  8. **
  9. **    C prototypes. For use with 32 bit integers only.
  10. **
  11. **    (C) Copyright 1990-1999 Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17. UWORD AllocPotBits( unsigned long bits );
  18. void FreePotBits( unsigned long bits );
  19. void WritePotgo( unsigned long word, unsigned long mask );
  20. #endif     /* CLIB_POTGO_PROTOS_H */
  21.